Export data from MySQL to JSON using PHP

FacebookTwitterLinkedInIn this tutorial, we are going to learn, how to extract data from MySQL database and export it to a file in JSON format, using PHP. What is JSON? JSON (JavaScript Object Notation) is a lightweight format, used to format data for interchanging. It is based on a subset of JavaScript. The reason for the … Continue reading Export data from MySQL to JSON using PHP